projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68e61b
)
(concat): Check STRINGP before increasing result_len_byte.
author
Kenichi Handa
<handa@m17n.org>
Mon, 12 Jan 1998 05:49:45 +0000
(
05:49
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 12 Jan 1998 05:49:45 +0000
(
05:49
+0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index c1e29b82e96144d309a7407583ea3cf402e60203..69705af4319bde5d19810b429fd4bc973f33dc40 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-456,7
+456,7
@@
concat (nargs, args, target_type, last_special)
if (this_len_byte > 1)
some_multibyte = 1;
}
- else
+ else
if (STRINGP (this))
{
result_len_byte += XSTRING (this)->size_byte;
if (STRING_MULTIBYTE (this))